Global Index
HTML5 JS API Index > Media Tutorials & Specs

AudioTrackList

Extends EventTarget.

Properties
unsigned long
length
The AudioTrackList.length and VideoTrackList.length attributes must return the number of tracks represented by their objects at the time of getting.
EventHandleronaddtrack
EventHandleronchange
EventHandleronremovetrack
Operations
AudioTrackgetter(unsigned long index)
AudioTrack?
getTrackById(DOMString id)
The AudioTrackList.getTrackById(id) and VideoTrackList.getTrackById(id) methods must return the first AudioTrack or VideoTrack object (respectively) in the AudioTrackList or VideoTrackList object (respectively) whose identifier is equal to the value of the id argument (in the natural order of the list, as defined above).
Referenced by
HTMLMediaElementaudioTracks